home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / subtitles.swf / scripts / DefineButton2_5 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-03-29  |  278 bĀ   |  18 lines

  1. on(press){
  2.    if(subtitle2.description != null)
  3.    {
  4.       if(_parent._currentframe == 12)
  5.       {
  6.          _parent.gotoAndPlay("up");
  7.       }
  8.       else
  9.       {
  10.          _parent.gotoAndPlay("down");
  11.       }
  12.    }
  13.    else
  14.    {
  15.       this.enabled = false;
  16.    }
  17. }
  18.